QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Note Request Constants

These flags specify what to do if the exact instrument requested is not found. They are used in the flags field of the note request information structure [link] .

enum {
    kNoteRequestNoGM            = 1,
    kNoteRequestNoSynthType     = 2
};

Constant descriptions

kNoteRequestNoGM
Don't use a General MIDI synthesizer.

kNoteRequestNoSynthType
Don't use another synthesizer of the same type but with a different name.


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |